home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / proexp / readme.txt < prev   
Text File  |  1996-04-08  |  2KB  |  37 lines

  1.  
  2.    Property Expert Version 1.0 (C)1995 Sutron Corporation, (703)406-2800, August 2, 1995
  3.    Written by: Jonathan D. Weisberg, CIS:74710,1675
  4.    Language  : Delphi for Windows version 1.0
  5.  
  6.    Sutron develops mission critical Windows programs for environmental real-time data
  7.    collection which multi-task and run for extended periods. We also offer a complete
  8.    line of data recorders, sensors, and RTUs for control applications. Call and ask
  9.    for a sales person or a catalog if you are interested.
  10.  
  11.    The executable may be freely distributed, executed, and copied.
  12.  
  13.    This software is made available to the public "as-is" without warranty of any kind.
  14.  
  15.    PropExp.DLL uses the version control installable dll feature of delphi,
  16.    to implement new menu features which help with the creation
  17.    of component properties. This removes a lot of the tedium from adding
  18.    new properties to a control.
  19.  
  20.    Before you can use the property expert you need to add it as a version control
  21.    manager. If you already have a version control manager perhaps you can add PropExp
  22.    as second one ... although I am not sure. To add it you need to edit the
  23.    C:\WINDOWS\DELPHI.INI file and add the following section:
  24.  
  25.    [Version Control]
  26.    VCSManager=C:\wherever\PROPEXP.DLL
  27.  
  28.    The next time you run Delphi, an Extension menu will be added. Use Set Properties...
  29.    to tell PropExp what kind of property you are trying to make. Arrow around in your
  30.    source file to the appropriate section and then select Paste Published, Private,
  31.    Protected, and Methods to add the stub code for your property to the component.
  32.  
  33.    PropExp is really just a first shot at using Delphi's version control interface
  34.    to customize the IDE. There may be other ways ... but this was the one that was
  35.    somewhat documented. At the very least PropExp should encourage others to explore
  36.    this interface and add their own customizations.
  37.